-
Notifications
You must be signed in to change notification settings - Fork 3k
Hive: Fix predicate pushdown for Timestamp.withZone() #2278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
(cherry picked from commit 18060d71f5fa3f58ed79c11dd4399c209b115c3c)
mr/src/test/java/org/apache/iceberg/mr/hive/HiveIcebergTestUtils.java
Outdated
Show resolved
Hide resolved
mr/src/test/java/org/apache/iceberg/mr/hive/HiveIcebergTestUtils.java
Outdated
Show resolved
Hide resolved
mr/src/test/java/org/apache/iceberg/mr/hive/HiveIcebergTestUtils.java
Outdated
Show resolved
Hide resolved
mr/src/test/java/org/apache/iceberg/mr/hive/HiveIcebergTestUtils.java
Outdated
Show resolved
Hide resolved
mr/src/test/java/org/apache/iceberg/mr/hive/HiveIcebergTestUtils.java
Outdated
Show resolved
Hide resolved
mr/src/test/java/org/apache/iceberg/mr/hive/TestHiveIcebergStorageHandlerWithEngine.java
Outdated
Show resolved
Hide resolved
...rg/apache/iceberg/mr/hive/serde/objectinspector/IcebergTimestampWithZoneObjectInspector.java
Show resolved
Hide resolved
|
@shardulm94: Could you please review this PR? This is the TimestampTz part of our previous change (#2254) Thanks, |
|
This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the [email protected] list. Thank you for your contributions. |
|
This pull request has been closed due to lack of activity. This is not a judgement on the merit of the PR in any way. It is just a way of keeping the PR queue manageable. If you think that is incorrect, or the pull request requires review, you can revive the PR at any time. |
During #2254 we postponed to create tests for tables where the column type is timestamp.withZone().
This PR adds them with the appropriate tests.
The premise:
What I have done:
IcebergTimestampWithZoneObjectInspectorIcebergTimestampObjectInspectorHive3SELECT